home *** CD-ROM | disk | FTP | other *** search
/ PCMania 52 / PCMania CD52_1.iso / anima / toons / start.bat < prev    next >
DOS Batch File  |  1996-06-18  |  562b  |  39 lines

  1. @echo off
  2.  
  3. :start
  4. cls
  5. type opciones.bin
  6. choice /c1234 /n
  7. if errorlevel==4 goto exit
  8. if errorlevel==3 goto list
  9. if errorlevel==2 goto win
  10. if errorlevel==1 goto dos
  11. goto start
  12.  
  13. :list
  14. cls
  15. list carta.txt
  16. list avi.txt
  17. list pcmania.txt
  18. goto start
  19.  
  20. :dos
  21. cls
  22. type dos.bin
  23. choice /c12345 /n
  24. if errorlevel==5 goto start
  25. if errorlevel==4 qv /r3 toons.avi
  26. if errorlevel==3 qv /r2 toons.avi
  27. if errorlevel==2 qv /a /r1 toons.avi
  28. if errorlevel==1 qv /r1 toons.avi  
  29. goto dos
  30.  
  31. :win
  32. cls
  33. win mplayer toons.avi
  34. goto start
  35.  
  36. :exit
  37. cls
  38. dir *.txt
  39.